.reg-srp-wdgt-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 173px;
  background-color: #fff5f5;
  -webkit-box-shadow: 0px 6px 12px rgba(30, 10, 58, 0.04);
          box-shadow: 0px 6px 12px rgba(30, 10, 58, 0.04);
  border-radius: 20px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px; }
  .reg-srp-wdgt-container .rsw__img2 {
    width: 106px;
    margin-left: 12px;
    margin-right: 16px; }
  .reg-srp-wdgt-container .rsw__info {
    -ms-flex-item-align: center;
        align-self: center;
    margin-left: 30px;
    margin-top: 24px;
    margin-bottom: 22px; }
    .reg-srp-wdgt-container .rsw__info > .rsw__tag-line2 {
      color: #121224;
      margin-bottom: 13px;
      font-family: "Satoshi";
      font-weight: 700;
      font-size: 16px;
      line-height: 20px; }
    .reg-srp-wdgt-container .rsw__info > .rsw__sublines {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .reg-srp-wdgt-container .rsw__info > .rsw__sublines > .rsw__subline-item {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 8px; }
        .reg-srp-wdgt-container .rsw__info > .rsw__sublines > .rsw__subline-item img {
          margin-right: 6px; }
        .reg-srp-wdgt-container .rsw__info > .rsw__sublines > .rsw__subline-item > span {
          font-family: "Inter";
          font-weight: 400;
          font-size: 13px;
          line-height: 18px;
          color: #121224; }
    .reg-srp-wdgt-container .rsw__info > .rsw__act-btn2 {
      width: 133px;
      height: 32px;
      padding: 5px 14px 7px;
      margin-top: 10px;
      border: none;
      outline: none;
      color: #ffffff;
      font-family: "Satoshi";
      font-weight: 700;
      font-size: 14px;
      line-height: 14px;
      background: #f05537;
      border-radius: 60px;
      cursor: pointer; }
  .reg-srp-wdgt-container > .animation-wrapper {
    height: 100%;
    min-width: 105px; }

@-webkit-keyframes scrolltop {
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }

@keyframes scrolltop {
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }

@-webkit-keyframes scrollupperslider {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }

@keyframes scrollupperslider {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }
    .reg-srp-wdgt-container > .animation-wrapper > .top-slider {
      -webkit-transform: translateY(173px);
          -ms-transform: translateY(173px);
              transform: translateY(173px);
      display: inline-block;
      -webkit-animation: scrolltop 6s linear forwards, scrollupperslider 4s linear 6s infinite normal;
              animation: scrolltop 6s linear forwards, scrollupperslider 4s linear 6s infinite normal;
      margin-left: 0; }
      .reg-srp-wdgt-container > .animation-wrapper > .top-slider img {
        margin-bottom: 8px;
        height: 40px;
        width: 40px;
        display: block;
        border: 1px solid #E7E7F1;
        border-radius: 10px;
        background: #FFFFFF; }

@-webkit-keyframes scrolldown {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes scrolldown {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes scrollbottomslider {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }

@keyframes scrollbottomslider {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }
    .reg-srp-wdgt-container > .animation-wrapper > .bottom-slider {
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%);
      display: inline-block;
      animation: scrolldown 8s linear forwards, scrollbottomslider 4s linear 8s infinite reverse;
      margin-left: 18px; }
      .reg-srp-wdgt-container > .animation-wrapper > .bottom-slider img {
        margin-bottom: 8px;
        height: 40px;
        width: 40px;
        display: block;
        border: 1px solid #E7E7F1;
        border-radius: 10px;
        background: #FFFFFF; }
        .reg-srp-wdgt-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 173px;
    background-color: #fff5f5;
    -webkit-box-shadow: 0px 6px 12px rgba(30, 10, 58, 0.04);
    box-shadow: 0px 6px 12px rgba(30, 10, 58, 0.04);
    border-radius: 20px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}
.reg-srp-wdgt-container > .animation-wrapper {
    height: 100%;
    min-width: 105px;
}
.reg-srp-wdgt-container > .animation-wrapper > .top-slider {
    -webkit-transform: translateY(173px);
    -ms-transform: translateY(173px);
    transform: translateY(173px);
    display: inline-block;
    -webkit-animation: scrolltop 6s linear forwards, scrollupperslider 4s linear 6s infinite normal;
    animation: scrolltop 6s linear forwards, scrollupperslider 4s linear 6s infinite normal;
    margin-left: 0;
}
.reg-srp-wdgt-container > .animation-wrapper > .top-slider img {
    margin-bottom: 8px;
    height: 40px;
    width: 40px;
    display: block;
    border: 1px solid #E7E7F1;
    border-radius: 10px;
    background: #FFFFFF;
}
.reg-srp-wdgt-container > .animation-wrapper > .bottom-slider {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    display: inline-block;
    animation: scrolldown 8s linear forwards, scrollbottomslider 4s linear 8s infinite reverse;
    margin-left: 18px;
}